home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / SERIES / SIMPLE / readme.txt
Text File  |  1997-03-25  |  1KB  |  34 lines

  1. SIMPLE - Root node of sample framework
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10. PURPOSE:
  11.     A minimal windows application that is used as the basis for the
  12.     rest of the samples.
  13.  
  14. USES:
  15.     No other samples are used in constructing simple.
  16.  
  17. COMMENTS:
  18.     The Windows SDK Generic Application Example is a sample application
  19.     that you can use to get an idea of how to perform some of the simple
  20.     functionality that all Applications written for Microsoft Windows
  21.     should implement. You can use this application as either a starting
  22.     point from which to build your own applications, or for quickly
  23.     testing out functionality of an interesting Windows API.
  24.  
  25.     This application is source compatible for with Windows 3.1,
  26.     Windows NT, and Windows 95.
  27.  
  28.  
  29. MODULE MAP:
  30.     WinMain - Calls initialization functions and processes the message loop
  31.     Simple  - Implements the window procedure for the main application window
  32.     Init    - Performs application and instance specific initialization
  33.  
  34.